home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xc / .temp_opt < prev    next >
Text File  |  1994-03-10  |  459b  |  17 lines

  1. # .temp_opt     set CIS options for auto-scripts.
  2. capture "off"
  3. transmit "opt;"
  4. transmit "1;1;"        # Forum first
  5. transmit "2;3;"        # command mode
  6. transmit "3;N;"        # never stop
  7. transmit "6;2;"        # editor
  8. transmit "9;N;"        # no info. on replies
  9. transmit "10;N;"     # no waiting messages
  10. transmit "11;N;"    # no skip own messages
  11. transmit "5^M"
  12. waitfor "prompt: "
  13. transmit "\^H^M"    # set prompt to Ctrl-H
  14. waitfor "choice !"
  15. transmit "T^MS^M"    # [T]op ; [S]ession
  16. capture "on"
  17.